home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Mp3 / MPeckerEncoder1.0b1.sit / MPecker Encoder 1.0b1 ƒ / MPecker Encoder.doc < prev    next >
Text File  |  1998-04-01  |  6KB  |  132 lines

  1. MPecker Encoder 1.0 Directions
  2. -------------------------------
  3.  
  4. Mpecker will run on any MacOS PPC machine, and will encode AIFF files
  5. sampled at appropriate frequencies into mpeg files.  It will also encode
  6. 44100 Hz PCM files as well.  Supported sampling frequencies are:
  7. 44100, 48000, 32000, 24000, 22050, and 16000 Hz.
  8.  
  9. To start the program, double click on the MPecker Icon, or drag your aiff
  10. file(s) onto the icon.  The program will start.  If you have used MPecker
  11. Encoder before, your previously used preferences will automatically be loaded
  12. and set.
  13.  
  14. To add more files for encoding, either drag their icons onto the application's
  15. icon, or use option-M or Modify Batch List from the Menu, and add files there.
  16. The program will hold 256 different file names for encoding.
  17.  
  18. To open and encode just one file, you can use option-O, or Open File. After
  19. you select the file, it will start encoding.
  20.  
  21. To start encoding the batch list, choose option-E, or Encode Batch List from
  22. the File menu.  All files in the list will be encoded, no matter what type of
  23. file they are. Warning: This means text files, binary files, ANYTHING you add
  24. to the list will be encoded.
  25.  
  26. Converting CDDA to AIFF files
  27. -----------------------------
  28.  
  29. Select this option from the files menu.  IMPORTANT: Be sure to select the 
  30. options button at least the first time you use this feature, or you will 
  31. get some random conversion.  Your converted files MUST BE 16 BIT!  
  32. Mono or stereo is up to you. Your sampling frequency must be one of the 
  33. supported sampling frequencies mentioned above.
  34.  
  35. NOTE: THE OPTIONS BUTTON IS ON THE SAVE MENU DIALOG (The Second one), NOT THE SELECTION
  36. MENU DIALOG (The initial one)!
  37.  
  38. Next select a place and a name for the file and the computer will do the rest.
  39.  
  40. The Priority Menu
  41. -----------------
  42.  
  43. You can change the amount of processor time the encoder uses by selecting
  44. one of the three options in this menu.  The default is "Run like a good mac
  45. proggie" and this will "yield" to most every other process running.  It will
  46. also considerably lengthen your encoding time.
  47.  
  48. The two other options increase the number of encoded frames between CPU
  49. "yields", and also increases the amount of time between encoder window updates.
  50. It will also make other programs a bit "jerky" as interrupts are serviced less
  51. frequently.
  52.  
  53.  
  54. The Options Menu
  55. ----------------
  56.  
  57. Here, you can choose several different options for encoding your file.
  58.  
  59. If you know nothing about MPEG, use joint stereo, 128 kbps, layer III.
  60.  
  61.  
  62. ---Layer II or III
  63.  
  64.     These are different means for encoding music files.  Layer II is
  65.     less complex, but sounds better at higher bitrates.  Stereo reproduction in
  66.     this layer is very good for bitrates of 128 kbps and up.  Layer III is the
  67.     most complex of the implementations.  It combines the features of layer II,
  68.     plus a modified FFT and a Modified Discrete Cosine Transform (MDCT) to the
  69.     encoding process, and also "packs" each frame using Huffman encoding, thus
  70.     it takes ALOT of computation time to encode in layer III.
  71.     
  72.     There is a great deal of debate on whether layer II or layer III is the more
  73.     robust of the encoding implementations.  At bitrates of 128 kbps and higher,
  74.     arguably layer II is better at reproduction in my opinion.  Nevertheless, there
  75.     is a bias toward layer III on the internet, probably only because it is
  76.     more complex, and because III comes after II, rather than any real audio
  77.     difference between the two.  Certainly, however, at bitrates lower than
  78.     128 kbps, layer III has the upper hand.
  79.     
  80. ---Bitrates
  81.  
  82.     The bitrate is the number of bits used to encode the audio sample for each
  83.     second of music. For example, a bitrate of 128 kbps means that there are
  84.     128,000 bits (16,000 bytes) used to encode each second of music.  While
  85.     that sounds like alot, realize that there are 176,200 BYTES (1,409,600 bits!)
  86.     for every second of music in a 44.1 kHz stereo AIFF file.  Thus you can see
  87.     the significant advantage of encoding in MPEG audio.
  88.     
  89.     In general, most people will leave the bitrate at 128 kbps, as most people are
  90.     encoding stereo files.  Mono files can be encoded at lower bitrates - 64 kbps
  91.     will probably work nicely.  For both stereo and mono files, if you find your
  92.     particular file sounds "distorted" or like music is "missing," try a higher
  93.     bitrate.
  94.     
  95. ---Modes
  96.  
  97.     There are three modes of encoding: Mono, stereo, and joint stereo.  Mono is just
  98.     an encoding of a one channel file. Stereo makes an encoding of a two channel
  99.     stereo file.  Do not worry too much about mono vs stereo if you are using
  100.     AIFF files, as the program detects mono files and will adjust the encoding
  101.     accordingly.
  102.     
  103.     The term that may sound unfamiliar is "joint stereo."  Joint stereo is an
  104.     encoding algorithm used to increase the quality of the encoding.  If the 
  105.     total distortion of the music exceeds an implementation dependent value,
  106.     then subbands of the audio are combined, highest frequencies first, so
  107.     that less space is required to encode the entire file.  This tends to make
  108.     the treble sound a bit flatter than a stereo encoding would, but improves
  109.     the reproduction of the mid and lower range frequencies.
  110.     
  111.  
  112. ===================================
  113.  
  114. The most common encoding settings found in MPEG files on the internet are:
  115. 128 kbps, joint stereo, layer III.  See my layer discussion above.
  116.  
  117. For your own purposes, you may want to experiment with different settings to
  118. generate your favorite "flavor" of MPEG files.  My personal preferences are
  119. either layer II stereo 128 kbps, or layer III stereo 128kbps.
  120.  
  121. Do not confuse MPEG layer III with MPEG-3.  There is no MPEG-3 as an IS.
  122. MPEG-1 is the original MPEG audio standard, and has layer I, II and III
  123. encoding.  It supports 32 kHz, 44.1 kHz, and 48 kHz sampling rates.
  124. Thus, all files encoded from a 44.1 kHz sampled file are MPEG-1 Layer I, II
  125. or III files.  MPEG-2 was developed after MPEG-1 with the goal of supporting
  126. lower sampling frequencies.  MPEG-2 supports 16 kHz, 22.05 kHz, and 24 kHz
  127. sampling frequencies, thus all files encoded from a 22.05 kHz sampled file
  128. are MPEG-2 layer I, II or III files.  The commonly used suffix ".mp3" is
  129. commonly referred to as "MPEG 3" files, but really, it is an MPEG-1 or MPEG-2
  130. layer III file, depending on the sampling frequency as discussed above.
  131.  
  132.